home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / technote / ewtech.$13 / ewtech.013
Encoding:
Text File  |  1995-03-05  |  728 b   |  17 lines

  1. E! for Windows - Technical Note #013
  2. ******************************************************
  3. Differences between Compile/Make/Rebuild and Debug/run
  4. ******************************************************
  5.  
  6. In the Compile menu, the first group of commands (Compile/Make/Rebuild)
  7. always triggers the execution of EWX.EXE which is itself passed as a
  8. parameter to Windows WinExec API. This is necessary to retrieve the
  9. compiler's output. So, if your DOS command is very long you should
  10. account for "EWX.EXE " which will take additional space.
  11.  
  12. The other commands (Run/Debug) pass your command directly to WinExec. E!
  13. will never try to capture the output of programs run with these commands.
  14.  
  15. Patrick Philippot
  16. 05/15/94
  17.